-
A Parameter Map cannot accept data containing a quotation mark in the value .
ParameterMap接受的数据中不能包含引号。
-
Usage of quotation mark in ASP grammar form .
ASP语法格式中引号的使用。
-
This explains why an unmatched single or double quotation mark causes a new prompt to appear .
这解释了不匹配的单引号或双引号会导致出现新提示符的原因。
-
Use of double quotation mark delimiters on Linux and UNIX-based systems is recommended .
建议在基于Linux和UNIX的系统中使用双引号分隔符。
-
Punctuation follows the closing quotation mark , unless it is part of the quotation .
标点符号在后引号之后,除非其是引语的一部分。
-
Conversely , the double quotation mark can be used if the value starts with a single quotation mark .
相反,如果该值以单引号开始,也可以使用双引号。
-
That function uses a regular expression to change a single quotation mark into backslashed single quotation mark .
该函数使用一个正则表达式将一个单引号标记更改为带有反斜杠的单引号标记。
-
Unclosed quotation mark before the character string ' % . ls ' .
字符串''%1!''之前有未闭合的引号。
-
Quotation Mark (): You aren 't very original . You tweet famous quotes a lot .
引号:你缺乏原创性,总爱引用名人名言。
-
A quotation mark is sometimes called an inverted comma ; an upside-down cake .
引号有时称单引号;倒置的蛋糕。
-
If the double quotation mark is the outermost quote , all variables are expanded .
如果最外边的引号是双引号,那么展开所有变量。
-
Instead , the extra single quotation mark causes the server to parse the inserted statement as a string .
相反,多余的单引号会导致服务器将已插入语句作为字符串进行分析。
-
You can use either type of quotation mark to indicate a string in Python , as long as you 're consistent .
您可以使用任意一类引号来表示Python中的字符串,只要引号一致就行。
-
The Quotation Mark on Periodical Science Is Not Needed Anymore & On the Ripeness of the Periodical Science
期刊学不需要引号了&试论期刊学的学科成熟性
-
The strings I 've been creating using the single , double , or triple quotation mark syntax are still string objects .
使用单引号、双引号和三引号语法创建的字符串仍然是字符串对象。
-
But , foolishly , I let my so-called brain trust ( makes quotation mark sign ) talk me out of that .
但愚蠢的是,我让所谓的智囊团(用手比划着引号)说服了我不那样做。
-
The superscript footnote marker comes last , after both the punctuation and the closing quotation mark .
脚注标记的上标在最后,即标点符号和后引号之后。
-
If you start a string with a single quotation mark , you must end with a single quotation mark , and vice versa .
如果字符串是以单引号开始,那么必须以单引号结束,反之亦然。
-
You can always spot a raw string because the starting quotation mark for the string is preceded by an r , which is short for raw .
您始终可以认出原始字符串,因为该字符串的起始引号的前面有一个r字符,它是raw的缩写。
-
The single quotation mark in front of the null list is used to tell Scheme that you are using () as data and not as a part of your parse tree .
空列表前面的单引号用来告诉Scheme您正在使用()作为数据,而不是用它作为解析树的一部分。
-
In Windows , each inner double quotation mark must be cancelled with a backslash that is within the brace surrounded by double quotation marks in the JSON form .
在Windows中,每一个内部双引号都必须由一个斜划线取消,该斜划线由JSON格式的双引号所包围。
-
For example , if a name part contains a period , double quotation mark , or a left or right bracket , use brackets or double quotation marks to delimit the part .
例如,如果名称某部分包含句点、双引号、左括号或右括号,则需要使用括号和双引号来分隔该部分。
-
To be accessed properly , the JDBC URL must be passed into the connect command as a string ; hence it 's enclosed in single quotation mark ( ' ) characters .
要正确访问,必须将JDBCURL作为字符串传递给connect命令;因此需要将其封装在单引号(')字符里。
-
First , you can mix single and double quotation marks when creating a string , as long as the string uses the same type of quotation mark at the beginning and end .
第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。